chore(fastify): Update dependency fastify to v5.8.4 [SECURITY]#8254
chore(fastify): Update dependency fastify to v5.8.4 [SECURITY]#8254jacekradko merged 3 commits intomainfrom
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
1eb569e to
aa6eef4
Compare
aa6eef4 to
eaf8805
Compare
|
Summary
Updates the
fastifydevDependency in@clerk/fastifyfrom5.7.2to5.8.4, pulling in security fixes for two CVEs:Content-Typeheader validation bypass (fixed in 5.8.1)Changes
packages/fastify/package.json—fastifydevDependency range bumped to^5.8.4integration/templates/fastify-vite/package.json—fastifybumped to^5.8.4for the integration test templatepnpm-lock.yaml— refreshed so fastify resolves to5.8.4pnpm-workspace.yaml—fastify@5.8.1added tominimumReleaseAgeExcludeto allow the security update through the release-age gate (from the original Renovate PR)Scope
fastifyis a devDependency (+peerDependency: ">=5") of@clerk/fastify. Consumers bring their own fastify, so this change only affects Clerk's own dev and test environment — the published@clerk/fastifypackage is unchanged. No changeset needed.